SeekMode

enum SeekMode : Enum<SeekMode> , Parcelable

Represents the mode the player uses to seek.

Entries

Exact
Link copied to clipboard
For exact seeking.
ClosestSync
Link copied to clipboard
For seeking to the closest sync point.
PreviousSync
Link copied to clipboard
For seeking to the sync point immediately before a requested seek position.
NextSync
Link copied to clipboard
For seeking to the sync point immediately after a requested seek position.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)